home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / pgp22src.zip / SRC / MORE.H < prev    next >
C/C++ Source or Header  |  1993-03-07  |  158b  |  9 lines

  1. #ifndef MOREP_H
  2. #define MOREP_H
  3.  
  4. extern int more_file(char *fileName);
  5. extern int open_more(void);
  6. extern int close_more(void);
  7.  
  8. #endif /* MOREP_H */
  9.